home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / fund_ch.dxr / 00099.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  267 b   |  13 lines

  1. on mouseUp me
  2.   global thechapter
  3.   showit(96, 97)
  4.   set the memberNum of sprite 41 to member("Sup" & thechapter)
  5.   sprite(113).visible = 1
  6.   hideit(110, 112)
  7.   hideit(120, 244)
  8.   showit(245, 248)
  9.   hideit(249, 250)
  10.   puppetTransition(3, 2, 1, 1)
  11.   updateStage()
  12. end
  13.